home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / thilo110.zip / LOCAL.CFG < prev    next >
Text File  |  1996-11-09  |  18KB  |  424 lines

  1. ; LOCAL.CFG - Sample HiLo Card Game door configuration file for Local Play
  2. ;
  3. ; This configuration file can be used by the sysop to customize HiLo Card Game
  4. ; door for use on their own system.  HiLo Card Game is designed to run on
  5. ; almost any BBS system automatically.  The configuration file system is provided
  6. ; to allow the customization of options such as paging hours, maximum time
  7. ; permitted within the door, etc...
  8. ;
  9. ; Any text following a semi-colon (;), and blank lines, are ignored.
  10. ;
  11. ;------------------------------------------------------------------------------
  12. ;
  13. ;  BBS system directory. Indicates where the door information file (drop file)
  14. ;  can be found. Remove the semi-colon (;) to activate this option.  You may
  15. ;  also specify the drop filename here!
  16. ;
  17. ;BBSDir    C:\SF\SFDOORS.DAT
  18. ;
  19. ;------------------------------------------------------------------------------
  20. ;
  21. ;  The door's working directory. This is where the door's system files are
  22. ;  located. Remove the semi-colon (;) to activate this option.
  23. ;
  24. ;DoorDir    C:\SF\DOORS\HILO
  25. ;
  26. ;------------------------------------------------------------------------------
  27. ;
  28. ;  Local mode override. Forces door to always operate in local test mode.
  29. ;  Remove the semi-colon (;) to activate this option. When this mode is
  30. ;  activated, no door information file is required and default settings are
  31. ;  used for the user's name, location, etc.
  32. ;
  33. LocalMode
  34. ;
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ;  Door personality setting. This setting selects one of a number of sysop
  38. ;  interface personalities. Each personality setting emulates the status line
  39. ;  format and sysop function keys of a particular BBS package. Valid
  40. ;  personality settings are:
  41. ;
  42. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  43. ;                     PCBoard
  44. ;                     RemoteAccess
  45. ;                     Wildcat
  46. ;
  47. Personality    Standard
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  52. ;  door should record log information. To disable the log file altogether,
  53. ;  remove the semi-colon (;) from the "DisableLogging" line.
  54. ;
  55. LogFileName    HILO.LOG
  56. ;DisableLogging
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;  The number of spaces to indent when writing to the log file.
  60. ;
  61. IndentSpace 15
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;  Allow the user to logoff the BBS from within the door. (YES or NO).
  65. ;
  66. AllowLogOff YES
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ;  Limit the amount of FREE games that can be won per day.  Range:  0-9999
  71. ;  A message will be displayed if they reach the max amount.
  72. ;  REGISTERED OPTION ONLY.  Will always default to 9999 if Unregistered or if
  73. ;  left out of this configuration file.
  74. ;
  75. FreeGameLimit   9999
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;
  79. ;  Limit the number of Play Ahead Days that a user can play per day!
  80. ;  Range: 0-31
  81. ;  REGISTERED OPTION ONLY.  Will always default to 1 if Unregistered or if
  82. ;  left out of this configuration file.
  83. ;
  84. PlayAheadDays   1
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;
  88. ;  Limit the number of Games played per day!
  89. ;  Range: 0-65534
  90. ;  REGISTERED OPTION ONLY.  Will always default to 10 if Unregistered or if
  91. ;  left out of this configuration file.
  92. ;
  93. GamesPerDay   10
  94. ;
  95. ;------------------------------------------------------------------------------
  96. ;
  97. ;  If a Joker is turned up, does the player lose the current game?
  98. ;  Range: YES or NO
  99. ;  REGISTERED OPTION ONLY.  Will always default to YES if Unregistered or if
  100. ;  left out of this configuration file.
  101. ;
  102. JokerLosesGame    YES
  103. ;
  104. ;------------------------------------------------------------------------------
  105. ;
  106. ;  After the user picks what the next card is, should the cards already
  107. ;  played remain (NO), or should the cards be cleared (YES).
  108. ;  Range: YES or NO
  109. ;  REGISTERED OPTION ONLY.  Will always default to YES if Unregistered or if
  110. ;  left out of this configuration file.
  111. ;
  112. ClearCards        YES
  113. ;
  114. ;------------------------------------------------------------------------------
  115. ;
  116. ;  Game Colors.  Background color and Card Color Defualts.
  117. ;  Range:
  118. ;        Background Color:
  119. ;                         black
  120. ;                         blue
  121. ;                         green
  122. ;                         cyan
  123. ;                         red
  124. ;                         magenta
  125. ;                         brown
  126. ;                         white
  127. ;
  128. ;              Card Color:
  129. ;                         black   <---NOT RECOMMENDED
  130. ;                         blue
  131. ;                         green
  132. ;                         cyan
  133. ;                         red     <---NOT RECOMMENDED
  134. ;                         magenta
  135. ;                         brown
  136. ;                         white
  137. ;
  138. ;  REGISTERED OPTION ONLY.  Will always default to white/white if
  139. ;  Unregistered or if left out of this configuration file.
  140. ;
  141. BackGroundColor  white
  142. CardColor        white
  143. ;
  144. ;------------------------------------------------------------------------------
  145. ;
  146. ;  Total Make Up Days Allowed per day!
  147. ;  Range: 1-31
  148. ;  REGISTERED OPTION ONLY.  Will always default to 1 if Unregistered or if
  149. ;  left out of this configuration file.
  150. ;
  151. MakeUpDays   1
  152. ;
  153. ;------------------------------------------------------------------------------
  154. ;
  155. ;  BBS node number that door is running on. Only used if HiLo Card Game is
  156. ;  unable to determine the node number by some other means.
  157. ;
  158. ;Node    1
  159. ;
  160. ;------------------------------------------------------------------------------
  161. ;
  162. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  163. ;  time, up until, but not including, the end time. Times should be in 24-hour
  164. ;  format. To disable paging on a particular day, set the paging start and end
  165. ;  times to the same time.
  166. ;
  167. ;                      Start Time    End Time
  168. SundayPagingHours         9:00        22:00
  169. MondayPagingHours         8:30        22:00
  170. TuesdayPagingHours        8:30        22:00
  171. WednesdayPagingHours      8:30        22:00
  172. ThursdayPagingHours       6:30        22:00
  173. FridayPagingHours         8:30        22:00
  174. SaturdayPagingHours       9:00        22:00
  175. ;
  176. ;------------------------------------------------------------------------------
  177. ;
  178. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  179. ;  sysop page alarm.
  180. ;
  181. PageDuration    10
  182. ;
  183. ;------------------------------------------------------------------------------
  184. ;
  185. ;  Maximum length of time a user is permitted to access the door. If the user's
  186. ;  total remaining time on the BBS is less than this value, the user will only
  187. ;  be permitted to access the door for this shorter length of time. This option
  188. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  189. ;  When this option is disabled, the user will be permitted to use the full
  190. ;  of their remaining time on the BBS within the door.
  191. ;
  192. ;MaximumDoorTime    15
  193. ;
  194. ;------------------------------------------------------------------------------
  195. ;
  196. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  197. ;  without the user pressing any key, before the user will be automatically
  198. ;  disconnected. A value of 0 disables inactivity timeouts.
  199. ;
  200. InactivityTimeout    220
  201. ;
  202. ;------------------------------------------------------------------------------
  203. ;
  204. ;  Name of the sysop. The Door can usually determine the sysop's name from the
  205. ;  information passed to the door by the BBS. However, some BBS software does
  206. ;  not supply this information to doors. In such cases, if the sysop's name is
  207. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  208. ;  activate this option.
  209. ;
  210. SysopName    Timothy J. Ward
  211. ;
  212. ;------------------------------------------------------------------------------
  213. ;
  214. ;  Name of the BBS. The Door can usually determine the name of the BBS from
  215. ;  the information passed to the door by the BBS. However, some BBS software
  216. ;  does not supply this information to door programs. In such cases, if the
  217. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  218. ;  semi-colon (;) to activate this option.
  219. ;
  220. SystemName    The Ultimate House of Fun BBS
  221. ;
  222. ;------------------------------------------------------------------------------
  223. ;
  224. ;  Door colour options. These options specify the various text colours that
  225. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  226. ;  Colours are specified in the format:
  227. ;
  228. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  229. ;
  230. ;  Where foreground and background colours are one of:
  231. ;
  232. ;         Black
  233. ;         Blue
  234. ;         Green
  235. ;         Cyan
  236. ;         Red
  237. ;         Magenta
  238. ;         Yellow / Brown
  239. ;         White / Grey
  240. ;
  241. ChatUserColour               Bright white on black
  242. ChatSysopColour              Bright red on black
  243. PagePromptColour             Bright white on black
  244. PopupMenuTitleColour         Bright white on grey
  245. PopupMenuBorderColour        Black on grey
  246. PopupMenuTextColour          Black on grey
  247. PopupMenuKeyColour           Red on grey
  248. PopupMenuHighlightColour     Grey on black
  249. PopupMenuHighKeyColour       Red on black
  250. ;
  251. ;------------------------------------------------------------------------------
  252. ;
  253. ;  Memory swapping options. These options are generally not needed, but can be
  254. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  255. ;  to specify which directory or directories should be used for swapping.
  256. ;  Multiple directory paths can be seperated using a semi-colon.
  257. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  258. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  259. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  260. ;
  261. SwappingDir    C:\
  262. ;SwappingNoEMS
  263. ;SwappingDisable
  264. ;
  265. ;------------------------------------------------------------------------------
  266. ;
  267. ;  Serial port options. These options are generally not needed, as these
  268. ;  settings can usually be determined from the BBS door information file.
  269. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  270. ;  with the modem. "SerialPort" specifies the port port number that the modem
  271. ;  is connected to. Unless you have reassigned the port numbers through your
  272. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  273. ;  so on. Remove the semi-colon (;) to activate either of these options.
  274. ;
  275. LockedBPS    38400
  276. SerialPort   1
  277. ;
  278. ;
  279. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  280. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  281. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  282. ;  the door to always communicate directly with the modem, bypassing any
  283. ;  FOSSIL driver.
  284. ;
  285. ;NoFossil
  286. ;
  287. ;------------------------------------------------------------------------------
  288. ;
  289. ;  The following options only apply if a FOSSIL driver is NOT being used for
  290. ;  serial communications. If a FOSSIL driver IS being used, these options
  291. ;  are normally set on the FOSSIL driver command line.
  292. ;
  293. ;  Hexidecimal address of the serial port. This address can usually be
  294. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  295. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  296. ;  (;) to activate this option.
  297. ;
  298. ;PortAddress 2F8
  299. ;
  300. ;
  301. ;  Interrupt request line that the serial port is using. May be any IRQ line
  302. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  303. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  304. ;  to activate this option.
  305. ;
  306. ;PortIRQ 4
  307. ;
  308. ;
  309. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  310. ;  the serial I/O receive buffer. You may want to increase this buffer size
  311. ;  if you find that characters being sent from the user's modem are being lost.
  312. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  313. ;  buffer. You may want to increase this buffer size for improved performance
  314. ;  in some multitasking environments.
  315. ;
  316. ReceiveBuffer 256
  317. TransmitBuffer 1024
  318. ;
  319. ;
  320. ;  UART FIFO buffers. Normally, the door will use 16550A UART FIFO buffers
  321. ;  if they are available. You can prevent the door from using the FIFO
  322. ;  buffers, even if they are available, by removing the semi-colon before
  323. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  324. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  325. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  326. ;  bytes.
  327. ;
  328. ;NoFIFO
  329. FIFOTriggerSize 4
  330. ;
  331. ;------------------------------------------------------------------------------
  332. ;
  333. ;  Custom door information file support. the door automatically recognizes
  334. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  335. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  336. ;  to permit the door to operate on BBS systems that produce a different
  337. ;  format file, you may define a custom door information file format. A custom
  338. ;  door information file format is defined using the "CustomFileName" command,
  339. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  340. ;
  341. ;  The "CustomFileName" option specifies the filename used to distinguish this
  342. ;  file format from other file formats. This filename should not include a
  343. ;  path. To specify the path where the door information file is located, use
  344. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  345. ;  custom format is the same as that of one of the built-in formats, the custom
  346. ;  format will override the built-in format.
  347. ;
  348. ;  The actual format of the custom file is specified using a number of lines
  349. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  350. ;  correspond to a single line in the door information file, with the option
  351. ;  following the "CustomFileLine" keyword specifying the information that can
  352. ;  be found on that line. This can be one of the following keywords:
  353. ;
  354. ;                    Ignore - Causes the next line in the door information
  355. ;                             file to be ignored. Use on lines for which none
  356. ;                             of the options below apply.
  357. ;                   ComPort - COM? port the modem is connected to
  358. ;                             (0 indicates local mode)
  359. ;                FossilPort - Fossil port number the modem is connected to
  360. ;                  ModemBPS - BPS rate at which to communicate with modem
  361. ;                             (0 or non-numerical value indicates local mode)
  362. ;                 LocalMode - 1, T or Y if door is operating in local mode
  363. ;                  UserName - Full name of the user
  364. ;             UserFirstName - First name(s) of the user
  365. ;              UserLastName - Last name of the user
  366. ;                     Alias - The user's psuedonym / handle
  367. ;                 HoursLeft - Hours user has left online
  368. ;               MinutesLeft - Minutes user has left online, or time left online
  369. ;                             in format hh:mm
  370. ;               SecondsLeft - Seconds user has left online, or time left online
  371. ;                             in format hh:mm:ss or format mm:ss
  372. ;                             (If more than one of the above time options are
  373. ;                             used, the user time left is taken to be the total
  374. ;                             of all of these values.)
  375. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  376. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  377. ;                       RIP - 1, T or Y for RIP graphics mode
  378. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  379. ;              ScreenLength - Number of lines on user's screen
  380. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  381. ;                  Security - The user's security level / access level
  382. ;                      City - City the user is calling from
  383. ;                      Node - Node number user is connected to
  384. ;                 SysopName - Full name of the sysop
  385. ;            SysopFirstName - The sysop's first name(s)
  386. ;             SysopLastName - The sysop's last name
  387. ;                SystemName - Name of the BBS
  388. ;
  389. ;
  390. ;CustomFileName    SFDOORS.DAT
  391. ;CustomFileLine    UserName
  392. ;CustomFileLine    Ignore
  393. ;CustomFileLine    UserFirstName
  394. ;CustomFileLine    ModemBPS
  395. ;CustomFileLine    ComPort
  396. ;CustomFileLine    MinutesLeft
  397. ;CustomFileLine    Ignore
  398. ;CustomFileLine    Ignore
  399. ;CustomFileLine    ANSI
  400. ;CustomFileLine    Security
  401. ;CustomFileLine    Ignore
  402. ;CustomFileLine    Ignore
  403. ;CustomFileLine    MinutesLeft
  404. ;CustomFileLine    Ignore
  405. ;CustomFileLine    Ignore
  406. ;CustomFileLine    Ignore
  407. ;CustomFileLine    Ignore
  408. ;CustomFileLine    Ignore
  409. ;CustomFileLine    Ignore
  410. ;CustomFileLine    Ignore
  411. ;CustomFileLine    Node
  412. ;CustomFileLine    Ignore
  413. ;CustomFileLine    Ignore
  414. ;CustomFileLine    Ignore
  415. ;CustomFileLine    Ignore
  416. ;CustomFileLine    Ignore
  417. ;CustomFileLine    Ignore
  418. ;CustomFileLine    Ignore
  419. ;CustomFileLine    City
  420. ;CustomFileLine    Ignore
  421. ;CustomFileLine    RIP
  422. ;
  423. ;------------------------------------------------------------------------------
  424.